Add new GdkRGBA apis to gtk.symbols
authorMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2010 17:49:37 +0000 (13:49 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 25 Oct 2010 17:49:37 +0000 (13:49 -0400)
gtk/gtk.symbols

index c8df972e39a1ba1b6acfd3ee4d06feb94646bfc8..69f747549e6027c236b5ed7fe27f01c9d1fa8c88 100644 (file)
@@ -681,6 +681,7 @@ gtk_cell_view_new_with_markup
 gtk_cell_view_new_with_pixbuf
 gtk_cell_view_new_with_text
 gtk_cell_view_set_background_color
+gtk_cell_view_set_background_rgba
 gtk_cell_view_set_displayed_row
 gtk_cell_view_set_model
 #endif
@@ -749,6 +750,7 @@ gtk_clipboard_wait_is_target_available
 #if IN_FILE(__GTK_COLOR_BUTTON_C__)
 gtk_color_button_get_alpha
 gtk_color_button_get_color
+gtk_color_button_get_rgba
 gtk_color_button_get_title
 gtk_color_button_get_type G_GNUC_CONST
 gtk_color_button_get_use_alpha
@@ -757,6 +759,7 @@ gtk_color_button_new_with_color
 gtk_color_button_new_with_rgba
 gtk_color_button_set_alpha
 gtk_color_button_set_color
+gtk_color_button_set_rgba
 gtk_color_button_set_title
 gtk_color_button_set_use_alpha
 #endif
@@ -766,10 +769,12 @@ gtk_color_button_set_use_alpha
 #if IN_FILE(__GTK_COLOR_SELECTION_C__)
 gtk_color_selection_get_current_alpha
 gtk_color_selection_get_current_color
+gtk_color_selection_get_current_rgba
 gtk_color_selection_get_has_opacity_control
 gtk_color_selection_get_has_palette
 gtk_color_selection_get_previous_alpha
 gtk_color_selection_get_previous_color
+gtk_color_selection_get_previous_rgba
 gtk_color_selection_get_type G_GNUC_CONST
 gtk_color_selection_is_adjusting
 gtk_color_selection_new
@@ -778,10 +783,12 @@ gtk_color_selection_palette_to_string
 gtk_color_selection_set_change_palette_with_screen_hook
 gtk_color_selection_set_current_alpha
 gtk_color_selection_set_current_color
+gtk_color_selection_set_current_rgba
 gtk_color_selection_set_has_opacity_control
 gtk_color_selection_set_has_palette
 gtk_color_selection_set_previous_alpha
 gtk_color_selection_set_previous_color
+gtk_color_selection_set_previous_rgba
 #endif
 #endif